home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / prcmscrp.arc / SOURCE.CMD < prev    next >
OS/2 REXX Batch file  |  1985-07-14  |  1KB  |  22 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /* Sample command file for automatic logon to the Source (r) through  */
  4. /* Uninet.                                                            */
  5. /*                                                                    */
  6. /**********************************************************************/
  7.  
  8. %E1                  /* emulate VT-100                                */
  9. %P"40"               /* wait up to 40 seconds for incoming characters */
  10. %C"20"               /* Call dial dir entry number 20 (Uninet)        */
  11. %T"!"                /* Transmit Carriage return <CR>                 */
  12. %T"!"                /* Transmit Carriage return <CR>                 */
  13. %T".!"               /* Transmit "." (period) <CR>                    */
  14. %I"service :"        /* Wait for Uninet's response                    */
  15. %T"S15!"             /* Request the Source                            */
  16. %I">"                /* Wait for prompt from the Source               */
  17. %T"ID BBX714!"       /* Transmit user id <CR>                         */
  18. %W"20"               /* wait... The Source takes a while at first...  */
  19. %I"Password?"        /* Wait for Source password prompt               */
  20. %T"BOAT77!"          /* Transmit password <CR>                        */
  21. %A                   /* Sound alarm to let you know logon is complete */
  22.